Skip to content

Issues: rust-lang/rust

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

compiletest: more consistent handling of bool-like env vars A-compiletest Area: the compiletest test runner C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125895 opened Jun 2, 2024 by jieyouxu
Support for 'split-debuginfo' on wasm Target needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125894 opened Jun 2, 2024 by namse
Generic (&A -> T) -> (&'a A -> Box<dyn Any + 'a>) crashes C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125891 opened Jun 2, 2024 by ItzShiney
ICE: Unexpected type for constructor Variant(1) A-patterns Relating to patterns and pattern matching C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125888 opened Jun 2, 2024 by Luv-Ray
ICE: icnr comp: type variable should not be hashed A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. F-transmutability `#![feature(transmutability)]` F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125885 opened Jun 2, 2024 by matthiaskrgr
Tracking Issue for integer_sign_cast C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#125882 opened Jun 2, 2024 by Rua
1 of 3 tasks
ICE: upvar_tys called before capture types are inferred in rustc_type_ir/src/ty_kind/closure.rs A-closures Area: closures (`|args| { .. }`) C-bug Category: This is a bug. F-effects `#![feature(effects)]` F-transmutability `#![feature(transmutability)]` F-unboxed_closures `#![feature(unboxed_closures)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125881 opened Jun 2, 2024 by cushionbadak
ICE: unimplemented: inhabitedness checking for inherent projections in rustc_middle/src/ty/inhabitedness/mod.rs C-bug Category: This is a bug. F-inherent_associated_types `#![feature(inherent_associated_types)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125879 opened Jun 2, 2024 by cushionbadak
ICE: effects: expected region for 'x/#1 ('x/#1/1) but found Type(()) when instantiating args=[false, ()] C-bug Category: This is a bug. F-effects `#![feature(effects)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125877 opened Jun 2, 2024 by matthiaskrgr
ICE: Result::unwrap() on an Err value: NoMatch(NoMatchData .. ` C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125876 opened Jun 2, 2024 by matthiaskrgr
std::env::remove_var() becomes unsafe even in Rust 2021 A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125875 opened Jun 2, 2024 by SteveLauC
ICE: Encountered unexpected type in ConstructorSet::for_ty in rustc_pattern_analysis/src/rustc.rs C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125874 opened Jun 2, 2024 by cushionbadak
ICE: cannot convert ReLateParam to a region vid C-bug Category: This is a bug. F-closure_lifetime_binder `#![feature(closure_lifetime_binder)]` F-inline_const Inline constants (aka: const blocks, const expressions, anonymous constants) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125873 opened Jun 1, 2024 by matthiaskrgr
alloc::System docs contradict "the default global allocator is unspecified" A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125870 opened Jun 1, 2024 by QuineDot
Allow moving out of &'static mut T C-discussion Category: Discussion or questions that doesn't represent real issues. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#125868 opened Jun 1, 2024 by Ddystopia
Invalid Program with tokio::fs::File creates Type Dependency Cycle (E0391) C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125867 opened Jun 1, 2024 by bengsparks
[const_closures, const_mut_refs, effects] thread 'rustc' panicked at rustc_middle/src/ty/util.rs:945:22: ConstContext::Maybe must have host effect param C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125866 opened Jun 1, 2024 by gendx
Duplicate argument names allowed in extern function declarations C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#125862 opened Jun 1, 2024 by bjorn3
[WASI] Consistency Issue with io::ErrorKind in wasm32-wasip1-threads needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-wasi Operating system: Wasi, Webassembly System Interface
#125859 opened Jun 1, 2024 by namse
ICE in OnDiskCache decode_tagged for TAG_FILE_FOOTER A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125855 opened Jun 1, 2024 by MaSsTerKidd0
ICE when compiling for x86_64-pc-windows-gnu when passing a ZST using the "sysv64" ABI A-abi Area: Concerning the application binary interface (ABI). C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows-gnu Toolchain: GNU, Operating system: Windows O-x86_64 Target: x86-64 processors (like x86_64-*) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125850 opened Jun 1, 2024 by beetrees
ICE: no successor C-bug Category: This is a bug. F-inline_const_pat #![feature(inline_const_pat)] I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125846 opened Jun 1, 2024 by matthiaskrgr
False compile error on associated type bounds C-bug Category: This is a bug. F-associated_type_bounds `#![feature(associated_type_bounds)]` fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-types Relevant to the types team, which will review and decide on the PR/issue.
#125845 opened Jun 1, 2024 by taiheioki
ICE: could not resolve DefId C-bug Category: This is a bug. F-non_lifetime_binders `#![feature(non_lifetime_binders)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125843 opened Jun 1, 2024 by matthiaskrgr
ICE: expected type differs from actual type C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. requires-debug-assertions This issue requires debug-assertions in some way T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125842 opened Jun 1, 2024 by matthiaskrgr
ProTip! What’s not been updated in a month: updated:<2024-05-02.